home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / povray3 / povray.ini < prev    next >
Text File  |  1996-12-01  |  2KB  |  63 lines

  1. ;                     PERSISTENCE OF VISION RAY TRACER
  2. ;
  3. ;                           POV-Ray VERSION 3.0
  4. ;
  5. ;                         SAMPLE POVRAY.INI FILE
  6. ;
  7. ;  This file contains options which control how POV-Ray does its job.
  8. ;  The file should be placed in the same directory as POVRAY.EXE and
  9. ;  it will automaticaly read when POVRAY is run.
  10. ;
  11. ;  The general form of the options is "Variable=value".  Everything 
  12. ;  between the equals sign and the end of the line is considered part 
  13. ;  of the value.  The spacing and layout is free-form but only one option 
  14. ;  per line is allowed.  Variables and values are not case-sensitive.  
  15. ;
  16. ;  Note: characters after a semi-colon are treated as a comment
  17. ;
  18. ;  Traditional POV-Ray switches beginning with + or - are also allowed
  19. ;  and they may be given with more than one switch per line.  
  20. ;
  21. ;  These options have been put in this file because they will help
  22. ;  you get up and running quickly.  This file assumes you have installed
  23. ;  the program in the C:\POVRAY3 drive and directory.  If you have
  24. ;  installed the program on a different drive or directory you must edit
  25. ;  the appropriate lines below.  See the general documentation for full
  26. ;  instructions on how to use INI options.
  27. ;
  28. ;  Add your own options at the bottom and/or edit these to suit.
  29. ;
  30. ;
  31. ; Width of image in pixels.  Accepts integer values.
  32. ;
  33. Width = 320
  34. ;
  35. ;
  36. ; Height of image in pixels.  Accepts integer values.
  37. ;
  38. Height = 200
  39. ;
  40. ;
  41. ; Turns pause when done feature off/on.  Accepts boolean values.
  42. ;
  43. Pause_when_Done = off
  44. ;
  45. ;
  46. ; Sets minimum number of objects before auto bounding kicks in.
  47. ;
  48. Bounding_Threshold = 3
  49. ;
  50. ;
  51. ; Test for user abort with any keypress every 100 pixels.
  52. ;
  53. ;Test_Abort=on
  54. ;Test_Abort_Count=100
  55. ;
  56. ; Specify path to search for any files not found in current
  57. ; directory.  Up to 10 such paths may be specified.
  58. ; These were added by the install process with your installation
  59. ; drive and directory already patched in.
  60. ;
  61.  
  62. Library_Path=POVRAY3:include
  63.